-
Notifications
You must be signed in to change notification settings - Fork 619
Version Packages #6949
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version Packages #6949
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. |
size-limit report 📦
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6949 +/- ##
==========================================
- Coverage 55.03% 55.03% -0.01%
==========================================
Files 898 898
Lines 57342 57342
Branches 3966 3967 +1
==========================================
- Hits 31561 31558 -3
- Misses 25684 25687 +3
Partials 97 97
🚀 New features to boost your workflow:
|
05e9530 to
2df6436
Compare
2df6436 to
9b558b8
Compare
9b558b8 to
ffc2451
Compare
ffc2451 to
40f8978
Compare
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
[email protected]
Minor Changes
#6956
08cff4bThanks @gregfromstl! - feat(bridge): Add chains endpoint to retrieve Universal Bridge supported chainsReturned chains include chain information such as chainId, name, icon, and nativeCurrency details.
Patch Changes
#6953
736c3f8Thanks @gregfromstl! - Adds themaxStepsoption to Buy.quote, Buy.prepare, Sell.quote, and Sell.prepare functions. This allows users to limit quotes to routes with a specific number of steps or fewer. For example:#6952
055e451Thanks @gregfromstl! - +Deprecate legacy Pay functions#6955
6dd2b09Thanks @gregfromstl! - Added thesortByoption to Bridge.routes#6900
e9d0b6eThanks @MananTank! - Only attempt autoconnect once@thirdweb-dev/[email protected]
PR-Codex overview
This PR focuses on updating package versions and enhancing the
thirdweblibrary with new features and options, including the addition of a chains endpoint and improvements to the Buy and Sell functions.Detailed summary
versioninpackages/thirdweb/package.jsonto5.97.0.versioninpackages/wagmi-adapter/package.jsonto0.2.69.thirdwebfor retrieving supported chains.maxStepsoption forBuy.quote,Buy.prepare,Sell.quote, andSell.preparefunctions.sortByoption toBridge.routes.